
html{
    background-color: #f2f2f2;
    margin: 0;
    height: 100%;
  }
  
  body{
      margin: 0;
      padding: 0;
      height: 100%;
      width:100%
  }

  footer {
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    color: white;
}
.div_verde {
    background-color: #034e00;
    width:100%
}

.div_negro {
    background-color: #000000;
    width:100%
}

.element_contacto {
    width: 150px;
  height: 75px;
  border-color: rgb(255, 166, 0);
  border-width: 2px 2px 5px;
  border-style: solid;
    border-radius: 5px;  
}
.element_contacto_2 {
    width: 350px;
  height: 125px;
  border-color: rgb(255, 166, 0);
  border-width: 2px 2px 5px;
  border-style: solid;
    border-radius: 5px;  
}
.element_pago {
    width: 1000px;
  height: 150px;
  border-color: rgb(0, 0, 0);
  border-width: 2px 2px 5px;
  border-style: solid;
    border-radius: 5px;  
}
.element_pago_mini {
  width: 900px;
height: 150px;
border-color: rgb(0, 0, 0);
border-width: 2px 2px 5px;
border-style: solid;
  border-radius: 5px;  
}
.div_rojo {
    background-color: #962a00;
    width:100%
}
.text-center {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 10px;
}

.text-center-20 {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 20px;
}
.text-center-40 {
  text-align: center;
  font-family: 'Roboto Medium', sans-serif;
font-size: 40px;
}

.text-center-red40 {
  text-align: center;
  font-family: 'Roboto Medium', sans-serif;
  color: rgb(255, 0, 0);
font-size: 40px;
}

.my-button2 {
  padding: 10px 20px;
  background-color:  rgb(255, 166, 0);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 100px;
}
.my-button {
    padding: 10px 20px;
    background-color:  rgb(255, 166, 0);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .my-button-admin {
    padding: 10px 20px;
    background-color:  rgb(255, 72, 0);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .my-button:hover {
    background-color:  rgb(255, 145, 2);
  }
  .my-button:active {
    background-color: rgb(255, 124, 1);
  }
  .my-button-seleccionado {
    background-color: rgb(192, 2, 2);
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

.text-center-big {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
font-size: 20px;
}


.listbox-area {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #eee;
}

[role="listbox"] {
  margin: 1em 0 0;
  padding: 0;
  min-height: 25em;
  border: 1px solid #aaa;
  background: white;
}

[role="listbox"]#ss_elem_list {
  position: relative;
  max-height: 25em;
  overflow-y: auto;
}

[role="listbox"] + *,
.listbox-label + * {
  margin-top: 1em;
}

[role="group"] {
  margin: 0;
  padding: 0;
}

[role="group"] > [role="presentation"] {
  display: block;
  margin: 0;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 2;
  background-color: #ccc;
}

[role="option"] {
  position: relative;
  display: block;
  margin: 2px;
  padding: 2px 1em 2px 1.5em;
  line-height: 1.8em;
  cursor: pointer;
  font-size: 24px;
}

[role="listbox"]:focus [role="option"].focused {
  background: #bde4ff;
}

[role="listbox"]:focus [role="option"].focused,
[role="option"]:hover {
  outline: 2px solid currentcolor;
}

.move-right-btn span.checkmark::after {
  content: " →";
}

.move-left-btn span.checkmark::before {
  content: "← ";
}

[role="option"][aria-selected="true"] span.checkmark::before {
  position: absolute;
  left: 0.5em;
  content: "✓";
}

button[aria-haspopup="listbox"] {
  position: relative;
  padding: 5px 10px;
  width: 150px;
  border-radius: 0;
  text-align: left;
}

button[aria-haspopup="listbox"]::after {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: currentcolor;
  border-bottom: 0;
  content: "";
}

button[aria-haspopup="listbox"][aria-expanded="true"]::after {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom-color: currentcolor;
  content: "";
}

button[aria-haspopup="listbox"] + [role="listbox"] {
  position: absolute;
  margin: 0;
  width: 9.5em;
  max-height: 10em;
  border-top: 0;
  overflow-y: auto;
}

[role="toolbar"] {
  display: flex;
}

[role="toolbar"] > * {
  border: 1px solid #aaa;
  background: #ccc;
}

[role="toolbar"] > [aria-disabled="false"]:focus {
  background-color: #eee;
}

button {
  font-size: 24px;
}

button[aria-disabled="true"] {
  opacity: 0.5;
}

.annotate {
  color: #366ed4;
  font-style: italic;
}

.hidden {
  display: none;
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 24px;
  white-space: nowrap;
}